home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group01b.txt / 000107_icon-group-sender_Mon Jul 30 07:57:59 2001.msg < prev    next >
Internet Message Format  |  2002-01-03  |  814b

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.11.1/8.11.1) id f6UEudI15185
  4.     for icon-group-addresses; Mon, 30 Jul 2001 07:56:39 -0700 (MST)
  5. Message-Id: <200107301456.f6UEudI15185@baskerville.CS.Arizona.EDU>
  6. From: Steve Graham <js.graham@home.com>
  7. X-Accept-Language: en
  8. X-Newsgroups: comp.lang.icon
  9. Subject: Speed vs Space
  10. Date: Sat, 28 Jul 2001 14:17:54 GMT
  11. X-Complaints-To: abuse@home.net
  12. To: icon-group@cs.arizona.edu
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14. Status: RO
  15. Content-Length: 243
  16.  
  17. I have an application where I need to reset a table.  The only way
  18. I know is to redefine it, e.g. B := table().  Does this eliminate the
  19. previous reference?  Is there a faster way and/or a better way in terms
  20. of memory usage?
  21.  
  22. Thanks, Steve
  23.  
  24.